GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-02-12T08:40:56.2136518+00:00",
"SubmitDate": "2026-02-12T08:40:56.2136518+00:00",
"ReportPeriodStart": "2026-02-12T08:40:56.2136518+00:00",
"ReportPeriodEnd": "2026-02-12T08:40:56.2136518+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "77b1984a-310b-4358-a151-748fcc36dab2",
"Rows": [
{
"ItemId": "6005d681-344e-4ff8-b528-20beb0d925f3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6005d681-344e-4ff8-b528-20beb0d925f3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "77b1984a-310b-4358-a151-748fcc36dab2",
"Rows": [
{
"ItemId": "6005d681-344e-4ff8-b528-20beb0d925f3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6005d681-344e-4ff8-b528-20beb0d925f3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0efa8d05-ce3c-42d6-800a-1c6cc62834c4",
"f510788e-a256-4dd9-9806-77a73e661e6a"
],
"Approvers": [
"c7b8eb09-a2ba-42c5-822c-ccb238a67bdd",
"06865ced-a091-4963-bd11-257edc18322c"
],
"ApprovedBy": "06c9b007-fe09-4219-8991-690580004f31",
"ApprovalDate": "2026-02-12T08:40:56.2136518+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "091bbb45-ae49-46d8-98ba-5bb5c3f52bf7",
"id": "d37d2861-65da-4a35-9149-269c35f95e37",
"ConfigId": "d98837f0-8268-4af4-a428-388a85352ce9"
},
{
"GenerationDate": "2026-02-12T08:40:56.2136518+00:00",
"SubmitDate": "2026-02-12T08:40:56.2136518+00:00",
"ReportPeriodStart": "2026-02-12T08:40:56.2136518+00:00",
"ReportPeriodEnd": "2026-02-12T08:40:56.2136518+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "77b1984a-310b-4358-a151-748fcc36dab2",
"Rows": [
{
"ItemId": "6005d681-344e-4ff8-b528-20beb0d925f3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6005d681-344e-4ff8-b528-20beb0d925f3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "77b1984a-310b-4358-a151-748fcc36dab2",
"Rows": [
{
"ItemId": "6005d681-344e-4ff8-b528-20beb0d925f3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6005d681-344e-4ff8-b528-20beb0d925f3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0efa8d05-ce3c-42d6-800a-1c6cc62834c4",
"f510788e-a256-4dd9-9806-77a73e661e6a"
],
"Approvers": [
"c7b8eb09-a2ba-42c5-822c-ccb238a67bdd",
"06865ced-a091-4963-bd11-257edc18322c"
],
"ApprovedBy": "06c9b007-fe09-4219-8991-690580004f31",
"ApprovalDate": "2026-02-12T08:40:56.2136518+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "091bbb45-ae49-46d8-98ba-5bb5c3f52bf7",
"id": "d37d2861-65da-4a35-9149-269c35f95e37",
"ConfigId": "d98837f0-8268-4af4-a428-388a85352ce9"
}
]